home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Trading on the Edge
/
Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin
/
pc
/
mac_file
/
vendor_d
/
neuralwa
/
nw2v50
/
rcnstrct.igb
< prev
next >
Wrap
Text File
|
1993-08-23
|
1KB
|
59 lines
inst4.1 !June, 1993
!****************************************************************
!* *
!* Reconstruction error for recirc networks *
!* *
!****************************************************************
!
@LLsl !Load super-layer
=n0 Lpes !Number of layers
=LayN 0 !Input layer
! Look for first layer that learns
:Recon1
+LayN 1 !next layer
?LayN n0
>bgt ReconEnd !past output layer
@LLly !load the layer
?Llrn 0 !is this a preprocessing layer?
>bne Recon2 !we are past the preprocessing layers
>br Recon1 !next layer
:Recon2
=n3 Lpes !remember #PEs
=NPEl LayN !set up as near (source) layer
! Add probe
=PNam "Visible" !probe name
@PbAS !Add Probe
@PbDC !Delete all components
@PALy !Add Near layer to probe
@ILdD !load default instrument
=ITit "Recons. Error" !Instrument title
=IGTy "Strip" !Graph Type
=IGVr "Err" !Variable
=ITTy "RMS" !RMS Transformation Type
=ITMd 3 !Probe Transformation
=IEpc 1 !RMS over an epoch
=Ihgt 50
=Iwdt 200
=Ivmn 0.0
=Ivmx 0.5
=Ignx 100 !100 graph points
=Inpl 1 !1 plots
=ILnA 1 !Active in Learn
=IRcA 1 !Active in recall
=ILDv 10 !Every 10 iterations
=IPrb "Visible" !Point to probe
=ICAc 0 !Convergence criterion inactive
=ICTh 0.001 !Convergence Threshold
!Let NeuralWorks figure out where to put instrument
=x 0
=y 0
@IAdd !Now create instrument
:ReconEnd